The sample below reflects a PreCacheSession request.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:doc="http://www.wolterskluwerfs.com/Osprey/DocViewerInterface"> <soap:Header/> <soap:Body> <v2:PreCacheSession> <!--Optional:--> <v2:accountId>?</v2:accountId> <!--Optional:--> <v2:docs> <!--Zero or more repetitions:--> <doc:Document> <!--Optional:--> <doc:Complete>?</doc:Complete> <!--Optional:--> <doc:Id>?</doc:Id> <!--Optional:--> <doc:InstanceDisplayName>?</doc:InstanceDisplayName> </doc:Document> </v2:docs> <!--Optional:--> <v2:packages> <!--Zero or more repetitions:--> <doc:Package> <!--Optional:--> <doc:Id>?</doc:Id> <!--Optional:--> <doc:Name>?</doc:Name> </doc:Package> </v2:packages> </v2:PreCacheSession> </soap:Body> </soap:Envelope>